GetNext Method (Folders Collection)  
The GetNext
method returns the next Folder Object in the Folders collection. It returns Nothing
if no next object exists, for example if already positioned at the end of the
collection. 
Syntax 
Set objFolder = objFoldersColl.GetNext() 
Parameters 
objFolder
On successful
return, represents the next Folder object in the collection. 
objFoldersColl
Required. The
Folders collection object. 
Remarks 
The Get methods
are similar to the Find and Move methods used with Microsoft
Access databases. The Get methods have different names because they use
a different syntax.